home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 5 / BBS in a Box -Volume V (BBS in a Box) (April 1992).iso / Files / Hyper / D / DiscStac1.cpt / Button For Home / background_2606.txt < prev    next >
Encoding:
Text File  |  1988-02-03  |  894 b   |  46 lines

  1. -- background: 2606 from stack: in
  2. -- bmap block id: 3306
  3. -- flags: 4000
  4. -- background id: 0
  5. -- name: DiscCase
  6.  
  7.  
  8. -- part 23 (field)
  9. -- low flags: 80
  10. -- high flags: 4004
  11. -- rect: left=94 top=163 right=341 bottom=505
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 0
  15. -- font id: 21
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: tracks
  20. ----- HyperTalk script -----
  21. On MouseDown
  22.   hide field "tracks"
  23.   visual zoom in
  24.   show menubar
  25. End MouseDown
  26.  
  27.  
  28. -- part 43 (button)
  29. -- low flags: 00
  30. -- high flags: 0000
  31. -- rect: left=265 top=133 right=191 bottom=322
  32. -- title width / last selected line: 0
  33. -- icon id / first selected line: 0 / 0
  34. -- text alignment: 1
  35. -- font id: 0
  36. -- text size: 12
  37. -- style flags: 0
  38. -- line height: 16
  39. -- part name: DiscStac
  40. ----- HyperTalk script -----
  41. on mouseUp
  42.   go to stack "DiscStac1.0"
  43. end mouseUp
  44.  
  45.  
  46.